• frmLowStockReport.Designer.cs
  • project /
1 namespace WarehouseManagementSystem
2 {
3     
partial class frmLowStockReport
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
32             
this.SuspendLayout();
33             
//
34             
// crystalReportViewer1
35             
//
36             
this.crystalReportViewer1.ActiveViewIndex = -1;
37             
this.crystalReportViewer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
38             
this.crystalReportViewer1.Cursor = System.Windows.Forms.Cursors.Default;
39             
this.crystalReportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
40             
this.crystalReportViewer1.Location = new System.Drawing.Point(0, 0);
41             
this.crystalReportViewer1.Name = "crystalReportViewer1";
42             
this.crystalReportViewer1.Size = new System.Drawing.Size(828, 461);
43             
this.crystalReportViewer1.TabIndex = 0;
44             
//
45             
// frmLowStockReport
46             
//
47             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
48             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
49             
this.ClientSize = new System.Drawing.Size(828, 461);
50             
this.Controls.Add(this.crystalReportViewer1);
51             
this.Name = "frmLowStockReport";
52             
this.Text = "Low Stock Report";
53             
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
54             
this.Load += new System.EventHandler(this.frmLowStockReport_Load);
55             
this.ResumeLayout(false);
56
57         }
58
59         
#endregion
60
61         
private CrystalDecisions.Windows.Forms.CrystalReportViewer crystalReportViewer1;
62     }
63 }


Gõ tìm kiếm nhanh...